Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberProgressBroadcaster


SetErrorString

Sets the error string associated with an asynchronous process.

void SetErrorString (in StringPtr errorStr);
errorStr
A pointer to a string buffer that contains the error string.
DISCUSSION
You can call the SetErrorString method to set an error string for an asynchronous process and broadcast the change to all attached progress receivers.

If you subclass CyberProgressBroadcaster and override this method, your override must call its inherited method.

SEE ALSO
The GetErrorString method (page 303).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help